home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / Makedirstargs < prev    next >
Text File  |  1992-04-13  |  685b  |  31 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. $(SUBDIRS): always
  14.     $(CD) $@; $(MAKE) $(TARGET)
  15.  
  16. all alldepend allinstall alllink:
  17.     $(MAKE) TARGET=$@ $(SUBDIRS)
  18.  
  19. allclean: clean
  20.     $(MAKE) TARGET=$@ $(SUBDIRS)
  21.  
  22. cleanalltests: cleantests
  23.     $(MAKE) TARGET=$@ $(SUBDIRS)
  24.  
  25. always:
  26.  
  27. cleantests:
  28.  
  29. clean:
  30.     - $(RM) $(OBJECTS) $(BACKUPS)
  31.